home *** CD-ROM | disk | FTP | other *** search
- /*
- CSS Layout for the Statistics page.
-
- */
-
- html {
- overflow-y:hidden;
- overflow-x:hidden;
- }
-
- #DIV_CONTENTS {
- /*
- This is the divider line between the header and the content section.
- Specifying any values here will override the default values found in styles.css
- */
- }
- #INFO_HEADER {
- position:absolute;
- width:100%;
- height:25px;
-
- left:0;
-
- background-color:#dcdcdc;
- color:#000000;
- overflow:hidden;
- }
- .forcedScrollbar {
- /*
- This is a surrounding div which forces the content area to display a scrollbar if it becomes full.
- Height should be set to more than the height of #INFO_HEADER (100 pixels more should be sufficient)
- With proper z-indexing, doing this ensures a vertical scrollbar will appear. The extra content is simply hidden behind the
- regular content area which has a higher z-index.
- */
- height:125px;
- overflow:scroll; /* force scrolling */
- background-color:#0B2700;
-
- display:inline-block;
- position:relative;
-
- width:100%;
-
- border-width:0;
- padding:0;
- }
- .statLabel {
- font-size:11px;
- font-weight:bold;
- padding-left:3px;
- padding-top:5px;
- /* line-height:23px; */
- }
- .recLabel {
- position:absolute;
- top:5px;
- left:5px;
- display: inline-block;
- font-weight:bold;
- width:160px;
- text-align:right;
- padding: 0px 3px 0px 3px;
- white-space: nowrap;
- float:left;
- vertical-align: middle;
- line-height: 22px;
- border:1px;
- border-style: solid;
- border-color: #bbbbf3;
- }
- .recDir {
- position:absolute;
- top:5px;
- left:173px;
- text-align:left;
- padding: 0px 3px 0px 5px;
- white-space: nowrap;
- float:left;
- vertical-align: middle;
- line-height: 22px;
- }
- .recSpace{
- position:absolute;
- top:30px;
- left:173px;
- padding: 0px 3px 0px 5px;
- }
- .liveLabel {
- position:absolute;
- top:45px;
- left:5px;
- display: inline-block;
- font-weight:bold;
- width:160px;
- text-align:right;
- padding: 0px 3px 0px 3px;
- white-space: nowrap;
- float:left;
- vertical-align: middle;
- line-height: 22px;
- border:1px;
- border-style: solid;
- border-color: #bbbbf3;
- }
- .liveBuffer {
- position:absolute;
- top:45px;
- left:173px;
- text-align:right;
- padding: 0px 3px 0px 5px;
- white-space: nowrap;
- float:left;
- vertical-align: middle;
- line-height: 22px;
- }
- .liveSpace{
- position:absolute;
- top:70px;
- left:173px;
- padding: 0px 3px 0px 5px;
- }
- .scheduleLabel {
- position:absolute;
- top:85px;
- left:5px;
- display: inline-block;
- font-weight:bold;
- width:160px;
- text-align:right;
- padding: 0px 3px 0px 3px;
- white-space: nowrap;
- float:left;
- vertical-align: middle;
- line-height: 22px;
- border:1px;
- border-style: solid;
- border-color: #bbbbf3;
- }
- .schedStat {
- position:absolute;
- top:85px;
- left:173px;
- text-align:right;
- padding: 0px 3px 0px 5px;
- white-space: nowrap;
- float:left;
- vertical-align: middle;
- line-height: 22px;
- }
- .epgLabel {
- position:absolute;
- top:125px;
- left:5px;
- display: inline-block;
- font-weight:bold;
- width:160px;
- text-align:right;
- padding: 0px 3px 0px 3px;
- white-space: nowrap;
- float:left;
- vertical-align: middle;
- line-height: 22px;
- border:1px;
- border-style: solid;
- border-color: #bbbbf3;
- }
- .epgInfo {
- position:absolute;
- top:125px;
- left:173px;
- text-align:right;
- padding: 0px 3px 0px 5px;
- white-space: nowrap;
- float:left;
- vertical-align: middle;
- line-height: 22px;
- }
- .transLabel {
- position:absolute;
- top:165px;
- left:5px;
- display: inline-block;
- font-weight:bold;
- width:160px;
- text-align:right;
- padding: 0px 3px 0px 3px;
- white-space: nowrap;
- float:left;
- vertical-align: middle;
- line-height: 22px;
- border:1px;
- border-style: solid;
- border-color: #bbbbf3;
- }
- .transInfo {
- position:absolute;
- top:165px;
- left:173px;
- text-align:right;
- padding: 0px 3px 0px 5px;
- white-space: nowrap;
- float:left;
- vertical-align: middle;
- line-height: 22px;
- }
- .changeLogLabel {
- position:absolute;
- top:205px;
- left:5px;
- display: inline-block;
- font-weight:bold;
- width:160px;
- text-align:right;
- padding: 0px 3px 0px 3px;
- white-space: nowrap;
- float:left;
- vertical-align: middle;
- line-height: 22px;
- border:1px;
- border-style: solid;
- border-color: #bbbbf3;
- }
- .changeLog {
- position:absolute;
- top:205px;
- left:173px;
- text-align:right;
- padding: 0px 3px 0px 5px;
- white-space: nowrap;
- float:left;
- vertical-align: middle;
- line-height: 22px;
- }
- .logLabel {
- position:absolute;
- top:245px;
- left:5px;
- display: inline-block;
- font-weight:bold;
- width:160px;
- text-align:right;
- padding: 0px 3px 0px 3px;
- white-space: nowrap;
- float:left;
- vertical-align: middle;
- line-height: 22px;
- border:1px;
- border-style: solid;
- border-color: #bbbbf3;
- }
- .logFile {
- position:absolute;
- top:245px;
- left:173px;
- text-align:right;
- padding: 0px 3px 0px 5px;
- white-space: nowrap;
- float:left;
- vertical-align: middle;
- line-height: 22px;
- }
- .recSourceLabel {
- position:absolute;
- top:285px;
- left:5px;
- display: inline-block;
- font-weight:bold;
- width:160px;
- text-align:right;
- padding: 0px 3px 0px 3px;
- white-space: nowrap;
- float:left;
- vertical-align: middle;
- line-height: 22px;
- border:1px;
- border-style: solid;
- border-color: #bbbbf3;
- }
- .recSourceInfo {
- position:absolute;
- top:285px;
- left:173px;
- text-align:right;
- padding: 0px 3px 0px 5px;
- white-space: nowrap;
- float:left;
- vertical-align: middle;
- line-height: 22px;
- }
- /* Statistics */
- .diskusedsystem {
- height:1em; background-color:red;
- }
- .diskusedgbpvr {
- height:1em; background-color:yellow;
- }
- .diskfree {
- height:1em; background-color:green;
- }
- .sep {
- /*
- Separator between links in the lower right of the footer.
- Could also use a background image if desired by moving the text
- off the screen.
- */
- padding-left:5px;
- padding-right:5px;
- }
- #HIDDEN_TEXT {
- /*
- Hidden section used for custom javascript manipulation.
- Can be used for anything.
- */
- position: absolute;
- top: -9000px;
- left: -9000px;
- width: 0px;
- height: 0px;
- }
-
- /*
- *********************************************************************************************************************
- Absolute Positioning and Height
-
- These values are consolidated into one place to make it easier to change size attributes seeing as changing
- any one of these values can affect all the others. Main declarations for these values appear earlier in the style sheet
- and then actual positioning values here.
-
- These values are the key to maintaining proper size, positioning and scrolling behavior.
- *********************************************************************************************************************
- */
-
- BODY {
- /*
- In order to maintain proper positioning and fixed scrolling, these values must be specified.
- In effect, this absolutely positions the main body within the borders of the scrolling area.
- Top value is the same as the top value of #RECORDINGS.
- Bottom value would be the height of the footer area minus the height of the divider for the footer.
- */
- margin-top:158px;
- margin-bottom:49px;
- }
- #HEADER {
- /*
- The height of the entire header area from page top to the bottom of the navigation tabs.
- The actual nav tabs are floated within this div.
- */
- height:92px;
- }
- #NAV_ROW {
- /*
- The is the row containing the navigation tabs.
- It is typically positioned at the bottom of the header
- */
- top:62px;
- }
- #NAV_ROW, #NAV_ROW A {
- /* determines the height of the main navigation tabs */
- height:32px;
- }
- #DIV_DATELINE {
- /*
- This is the divider line between the main header above and the section containing the server time
- */
- top:91px;
- }
- #DATELINE {
- /*
- This is the section containing the server time, date, etc.
- */
- top:92px;
- }
- #REMINDER_DIV, #DATELINE {
- /* Height of these individual elements would normally be the same as #DATELINE */
- /* Contains the Genre, date, time and GO button.*/
- height:40px;
- }
- #INFO_HEADER {
- /*
- This section contains the main, non-scrolling timeline at the top of the content section.
- */
- top:133px;
- height:25px;
- }
- #DIV_CONTENTS {
- /*
- This is A divider line between any fixed top section within the content area and the content itself.
- This is typically used in the guide page to separate the showtime header from the content.
- In other pages which don't need this functionality it can simply be hidden.
- */
- top:158px;
- }
- #CONTENTS {
- /*
- This is the main content area.
- To ensure proper scrolling behavior it MUST be absolutely positioned.
- Both top and bottom values must be specified.
- Top value would be the height of all foxed content above it.
- Bottom value would be the height of the footer area minus the height of the divider for the footer.
- Values must be tweaked due to differences in how IE and Firefox interpret the box model.
- */
- top:158px;
- bottom:47px;
- _bottom:49px;
- }
- #DIV_FOOTER {
- /*
- The divider between the main content area and the footer.
- It must be absolutely positioned.
- The bottom value would typically be the same as the height of the footer
- */
- bottom:50px;
- }
- #FOOTER {
- /*
- Fixed area at the bottom of every page. This must be absolutely posiitioned for proper scrolling
- Certain content will always be contained in this section such as standard GB-PVR documentation links and credits,
- but it contains and left and right section which can be customized on each page.
-
- If the size of the footer changes make sure to adjust the content area's bottom value as well as the
- divider section for the footer.
- */
- height:50px;
- }
-